home *** CD-ROM | disk | FTP | other *** search
- //DSFuncs
- #ifndef DSFUNCS_H
- #define DSFUNCS_H
-
- #include <windows.h>
- #include "mmsystem.h"
- #include "dsound.h"
- #include "WAVLoader.h"
-
- ////////////////////////////////////////////////////
- //LPDSB Functions
- ////////////////////////////////////////////////////
-
- LPDIRECTSOUNDBUFFER LPDSB_LoadFromFile(LPDIRECTSOUND lpds,LPCTSTR lpszFileName);
-
- void LPDSB_Release(LPDIRECTSOUNDBUFFER* lplpdsb);
-
- #endif